home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
photocdaga10.lha
/
PhotoCDAGA
/
src
/
ppm2AGA
/
libpgm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-12-24
|
276b
|
12 lines
/* libpgm.h - internal header file for libpgm portable graymap library
*/
#ifndef _LIBPGM_H_
#define _LIBPGM_H_
/* Here are some routines internal to the pgm library. */
void pgm_readpgminitrest ( FILE* file, int* colsP, int* rowsP, gray* maxvalP );
#endif /*_LIBPGM_H_*/